Conversion From Binary to Hexadecimal


 
 
Concept Explanation
 

Conversion From Binary To Hexadecimal

A binary number has base 2 and consist of only two digits, that are 0 and 1. It has a major use in computer applications.

Hexadecimal numbers are represented by base 16. It uses 0 to 9 digits and for higher numbers, it is represented by English alphabets such as A,B,C,D,E and F.

Converting Binary to Hexadecimal:

We have to group the given binary number in pair of 4 and then find the equivalent hexadecimal number.

Illustration: Perform the following conversion

1011001_2=?_1_6

Solution: we will group the binary number in pair of 4

The two pairs will be

.... (More Text Available, Login?)
 
 


Students / Parents Reviews [10]